home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20030409-20031118 / 000035_dave.lloyd@aah.co.uk_Thu May 1 11:47:43 EDT 2003.msg < prev    next >
Text File  |  2003-11-18  |  2KB  |  60 lines

  1. Article: 14251 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: dave.lloyd@aah.co.uk (DaveL)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: can't establish X.509 authenticated connection
  6. Date: 1 May 2003 08:25:30 -0700
  7. Organization: http://groups.google.com/
  8. Lines: 42
  9. Message-ID: <36c7c5aa.0305010725.497e5a04@posting.google.com>
  10. NNTP-Posting-Host: 194.196.232.14
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1051802730 11161 127.0.0.1 (1 May 2003 15:25:30 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: 1 May 2003 15:25:30 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14251
  17.  
  18. Hi, 
  19.  
  20. I'm trying to set up a Proof of Concept FTP system with Openssh and
  21. openssl as the server end and C-Kermit 8.0 as the client.  Both ends
  22. are running on AIX 4.3.3.
  23.  
  24. I believe that I have the server end listening correctly with rsa key
  25. authentication enabled and an arbitrary port chosen
  26. 'Server' side command:
  27. openssl s_server -accept 4000 -cert /root/sslkeys/test1.x509.cert.pem
  28. -key /root/sslkeys/test1.rsa.pem -CApath /root/sslkeys -ssl2
  29.  
  30. this is the error that I receive on the server end:
  31. ERROR
  32. 884780:error:140EC0AF:SSL routines:SSL2_READ_INTERNAL:non sslv2
  33. initial packet:s2_pkt.c:187:
  34. shutting down SSL
  35. CONNECTION CLOSED
  36. ACCEPT
  37.  
  38.  
  39. C-Kermit 
  40. (/root/) C-Kermit>check ssl
  41.  ssl/tls available
  42. (/root/) C-Kermit>
  43.  
  44. (/root/) C-Kermit>telnet /auth:ssl /userid:lloydd u607su62 4000
  45.  DNS Lookup...  Trying 221.206.29.62...  Reverse DNS Lookup... (OK)
  46.  
  47. ?Connection closed by peer.
  48. Can't open connection to u607su62:4000
  49. (/root/) C-Kermit>
  50.  
  51. Success will be an automated ftp connection (I'll accept unencrypted
  52. keys for this) and I don't see where I'm going wrong and I expect that
  53. I have a fundamental misunderstanding of certain elements (I've only
  54. just read through the open documentation!) so any help greatfully
  55. received!
  56.  
  57. Thanks
  58.  
  59. Dave
  60.